Adwaita: remove bg from insensitive backdrop spinbutton buttons
authorLapo Calamandrei <calamandrei@gmail.com>
Wed, 18 Jun 2014 11:26:35 +0000 (13:26 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Wed, 18 Jun 2014 11:26:35 +0000 (13:26 +0200)
gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index 7b95e99ca3be16c5d07772aa9418096ca9eb6a1a..7b0f696c6f96a7824a7bfce20b291cf45a7a07aa 100644 (file)
@@ -401,6 +401,7 @@ GtkLinkButton.button {
       border-color: transparentize($backdrop_borders_color,0.7);
     }
     &:backdrop:insensitive {
+      background-image: none;
       color: transparentize($backdrop_insensitive_color,0.7);
       border-width: 0 0 0 1px; // It is needed or it gets overridden
       &:dir(rtl) { border-width: 0 1px 0 0; }
index 35a8949b573f9e8a50c82d072c349194dd2546dc..59fcf017166f408eb898f834b67f23dba375b2a9 100644 (file)
@@ -505,6 +505,7 @@ GtkLinkButton.button {
   .spinbutton .button:backdrop {
     border-color: rgba(30, 34, 34, 0.3); }
   .spinbutton .button:backdrop:insensitive {
+    background-image: none;
     color: rgba(69, 76, 76, 0.3);
     border-width: 0 0 0 1px; }
     .spinbutton .button:backdrop:insensitive:dir(rtl) {
index 9bc7dca458aabb103c656afba03098ded3923a6e..e75f7b98ee4113ffb8dc261cf0ce5d5f7dcb6143 100644 (file)
@@ -505,6 +505,7 @@ GtkLinkButton.button {
   .spinbutton .button:backdrop {
     border-color: rgba(168, 168, 168, 0.3); }
   .spinbutton .button:backdrop:insensitive {
+    background-image: none;
     color: rgba(199, 199, 199, 0.3);
     border-width: 0 0 0 1px; }
     .spinbutton .button:backdrop:insensitive:dir(rtl) {